Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/102 - Minesweeper Game/

app.js /cody/swapnilsparsh/30DaysOfJavaScript/102 - Minesweeper Game/app.js
207 Views
0 Comments
document.addEventListener('DOMContentLoaded', () => {
const grid = document.querySelector('.grid')
const flagsLeft = doc
index.html /cody/swapnilsparsh/30DaysOfJavaScript/102 - Minesweeper Game/index.html
360 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="I
style.css /cody/swapnilsparsh/30DaysOfJavaScript/102 - Minesweeper Game/style.css
152 Views
0 Comments
body{
background-color: #FDF5E6;
}
.container{
align-content: center;
width: 50%;
margin: auto;
padding: 10p